body {
    background-color: #F60000;
    color: #000;
    font-family: "Oswald", Helvetica, Arial, sans-serif!important;

}

.logo {
    background-color: #F60000;
    padding:0;
    margin:0;
    min-height: 200px;
}

.title h1 {
    font-size: 4em;
    text-align: center;
    color: #000000;

}

.panel-default > .panel-heading {
    background: #black;
}

.footer {
    height: 50px;
    background-color: #000033;
    color: #fff;
    bottom:0;
    position: fixed;
    text-align: center;
    padding: 15px;
    width: 100%;
    z-index:1;

}

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.container {
  flex: 1;
  padding: 20px;
  margin-bottom: 50px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 150px;
    float:right;
}
.footer li{
    float:left;
    margin-right: 5px;
}